home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global loadNext, whatSpeed, whatFactor, frameLoop, waitTime1
- if frameLoop = 0 then
- set whatSpeed to whatSpeed + waitTime1
- end if
- if loadNext = 0 then
- set frameLoop to 0
- resetTimer()
- go(#next)
- else
- if loadNext = 1 then
- if frameLoop = 0 then
- unLoad(label("invturn"), label("invturn") + 5)
- end if
- preLoad(label("invite2"), label("invite2") + 20)
- if the timer < whatSpeed then
- set frameLoop to 1
- go(the frame)
- else
- set frameLoop to 0
- resetTimer()
- go(#next)
- end if
- end if
- end if
- end
-